home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
lang
/
perl_bin.lha
/
bin
/
pod2text
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-10
|
139 b
|
13 lines
#!/ade/bin/perl
eval 'exec perl -S $0 "$@"'
if 0;
use Pod::Text;
if(@ARGV) {
pod2text($ARGV[0]);
} else {
pod2text("<&STDIN");
}